home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm1 / intsdkss.lha / include / README < prev    next >
Text File  |  1996-04-09  |  939b  |  25 lines

  1. Mostly standard network header files, some SAS/C specific files, some I-Net 225
  2. specific files.
  3.  
  4. Breakdown of directory contents:
  5.  
  6.     clib    - standard SAS/C style function prototype files
  7.     pragmas    - standard SAS/C style pragma files
  8.     proto    - standard SAS/C style proto files
  9.     net, netinet, rpc, sys - network standard files
  10.     ss    - strictly there for compatibility with old AS225 code.
  11.           All new code should #include <proto/socket.h> instead of
  12.           using the AS225 #include <ss/socket.h> method.  That's
  13.           all you'll get, at any rate - the <ss/socket.h> file is
  14.           only a single line #include <proto.socket.h>.
  15.  
  16.     current dir - mostly network standard files
  17.  
  18. The main exception in the current directory is the file named
  19.  
  20.     amitcptoiw225.h
  21.  
  22. This file contains AmiTCP equivalent defines/inline stubs/other to allow most
  23. programs written for AmiTCP to simply be recompiled (and linked with the link
  24. library 'unixS.lib') to run with I-Net 225.
  25.